home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / pcboard / dwnld30b.zip / DWNLD.HST < prev    next >
Text File  |  1994-07-13  |  8KB  |  175 lines

  1.                           History Update for Dwnld.PPE
  2.  
  3. Version 3.0ß
  4. ------------
  5. - This is a BETA version. If you find any problems please inform me of them
  6.   and the steps taken to find them.
  7.  
  8. - I have received some mail about how I was going the right way with the 
  9.   multilingual but was not taking it far enough. So I have removed *ALL* the
  10.   hard-coded prompts from within the PPE. This means that ALL the prompts and
  11.   headers are now changeable. Even the "Y"es and "N"o are taken from the 
  12.   native language. To make this work in multilingual you will need to have 
  13.   multiple CFG files (one for each different language that you want to display
  14.   the PPE in) that have the name of DWNLD.LANG with the LANG equal to the 
  15.   extension of the language you want to use (see your PCBML.DAT file for this
  16.   info). IF YOU DO NOT WANT THE MULTILINGUAL FEATURE JUST USE ONE CONFIG FILE
  17.   WITH THE NAME DWNLD.CFG INSTEAD.
  18.  
  19. - Since I was making all the prompts multilingual, I also made all the prompt
  20.   colors Sysop definable. 
  21.  
  22. - Added the ability to Remove a file from the batch, View the contents of a 
  23.   ZIP or ARJ file that is in the batch, and Change the Transfer Protocol. 
  24.   These are accessible from the PPE with the Up Arrow/Down Arrow. 
  25.  
  26.   Note: Since the Up Arrow is not accessible from the local keyboard, I have
  27.         also made the above features accessible with the Left Arrow/Right Arrow
  28.         combination.
  29.  
  30. - With all the new features the config file has grown quite a bit. But this 
  31.   unfortunately is a result of giving you, the sysop, total control of the 
  32.   PPE. Each line of the config file is documented at the end of that file.
  33.   The sample DWNLD.CFG included will work just fine if you are not up able
  34.   to spend some time with the CFG file right now.
  35.  
  36. - I was unable to complete the new RIP portion. This will be included in the 
  37.   next version hopefully.
  38.  
  39. - Added my new domain name to the doc file
  40.  
  41. Version 2.1-2.8
  42. ---------------
  43. - In house alpha and beta versions.
  44.  
  45. Version 2.01
  46. ------------ 
  47. - Made a slight modification to the routine that calculates the date of the
  48.   temp file. It works the same, but now uses the built in FLAGCNT(), MONTH(),
  49.   DAY(), YEAR(), HOUR(), MIN(), and SEC() functions. This should make the PPS
  50.   a little easier to read and understand.
  51.  
  52. - Added TB_Q_PPE support. This allows the other PPE's that use this support to
  53.   know when DWNLD.PPE is running.
  54.  
  55. Version 2.0 
  56. ------------
  57. - I think I have FINALLY stamped out that pesky bug that was occassionaly still
  58.   putting in the "WAIT" prompt when it shouldn't have. If any one sees the
  59.   prompt show up other than when the file attempting to be flagged is in error
  60.   then please let me know. 
  61.  
  62. - Made the file list area of the screen a scrolling "window" so that when
  63.   a new file name is entered only the file list is redisplayed, not the whole
  64.   screen. This will speed up callers at 2400. I am thinking about making the
  65.   list scrollable "upwards" too, so the user can see files previous to the 
  66.   last ten....for a future version (maybe 3.0).
  67.  
  68. - I have gotten some comments that basically said that people liked the PPE
  69.   but don't like the choice of colors <g>. Well, I can understand that. We 
  70.   all have our own taste and like to make things look different on our board
  71.   so......Now there is a configuration file for the PPE. This configuration 
  72.   file will allow *YOU* to decide what is shown. You can now select whether 
  73.   or not the: file number, file size, file date, transfer time, free file 
  74.   check, and no time check are shown. You also now have control of the color of
  75.   the: border, titles, header, footer, and bullet bar. You also may change the
  76.   text in the header and footer in. There is no longer a seperate CD-ROM 
  77.   version since the feature of that version is now available in this one. The
  78.   sample config will make the PPE look exactly like the previous versions. 
  79.   Play with it as you will. The config file has the format of:
  80.  
  81. Y    :Display File Number?             \
  82. Y    :Display File Size?                 \
  83. Y    :Display File Date?                   \
  84. Y    :Display File Transfer Time?          / `Y' and `N' and only choices
  85. Y    :Display Free File Check?            /
  86. Y    :Display No Time Charged Check?     /
  87. @X0A :Color of borders
  88. @X0B :Color of titles
  89. @X0D :Color of Bullet Bar
  90. @X09░▒▓█@X1B         Statistics for the last 10 files in your batch    :Header 
  91. @X09░▒▓█@X1B                Statistics for the ENTIRE batch            :Footer
  92.  
  93. Version 1.51 released on 2/1/94
  94. -------------------------------
  95. - Well apparently there were a few bugs in the coding I did for version 1.5. 
  96.   One occurred when the time stamp on the temp file was less in minutes but
  97.   higher in seconds than the file PCB makes (FLIST.#). IE: If my temp
  98.   file was stamped 6:20:50 and the FLIST was stamped 6:21:04 it would cause
  99.   a "WAIT" even though it shouldn't have. Another was I did not check the 
  100.   date of the stamps. So something like 11pm and 1am would be considered ok 
  101.   (when it shouldnt). Fixed (hopefully). There is a KNOWN bug though. I 
  102.   thought it better not to check the year of the temp file, the check would
  103.   only take tens of milliseconds (probably) but when added for a whole year
  104.   this seemed to be a lot of time to just prevent ONE "wait" that would occur
  105.   at the beginning of the year. I have been running this on my board for over
  106.   a week now with debugging code in it and not one "wait" occurred when it
  107.   shouldn't have. If you have problems please inform me. 
  108.  
  109. - Made the message at the bottom of the screen the same as the default one
  110.   for PCB. With the way that the PPE is structured and the wording set to
  111.   default, this should allow automated scripts to work now.
  112.  
  113. Version 1.5 released on 1/21/94
  114. -------------------------------
  115. - I got a number of requests to get rid of the "Wait" that was occuring on 
  116.   entry of the PPE and after a correct filename was entered. So, due to 
  117.   popular demand, I have reworked the code to baypass it if the file names
  118.   entered are valid. It *still* is there when the user makes a typo and enters
  119.   an incorrect name, this allows the user to see the error message before 
  120.   continuing. I hope this is what everyone was looking for <g>. The PPEs do
  121.   now make a "flist.tmp" file in the node's home directory, but this should
  122.   normally be only 1 or 2 bytes (yes, bytes) so it should not be a problem.
  123.  
  124. - Reversed the order of entries in this history file so that for now on you
  125.   will be able to see the newest updates first.
  126.  
  127.  
  128. Version 1.4 released on 1/15/94
  129. -------------------------------
  130. - Made the RIP detection a little smarter. 
  131.  
  132. - Added the version number onto the screen so it is easier to tell what you are
  133.   running (it is VERY dark though and most users wont see it).
  134.  
  135. - Fixed a bug that if the filesize was EXACTLY a multiple of 256 bytes, that
  136.   the filesize would be displayed as 32 bytes instead. Also applied this patch
  137.   to the file transfer time incase they time had been an exact multiple of
  138.   256 seconds.
  139.  
  140. - Cleaned up this history file <g>.
  141.  
  142.  
  143. Version 1.3 released on 1/8/94
  144. ------------------------------
  145. - Changed the way that the ESTIMATED TIME for batch transfer is calculated. 
  146.   Hopefully this will stop the lockups that a few of you on networks have been
  147.   experiencing. If you still have lockups please let me know.
  148.  
  149. - Cleaned up the code some.
  150.  
  151. - Recomplied to make the code smaller and faster (I hope).
  152.  
  153. - Combined CD and NON CD versions to the same zip. They are still named DWNLDCD
  154.   and DWNLD within the zip though.
  155.  
  156. - Changed the CD version number to reflect the same number scheme as NON CD 
  157.   version.
  158.  
  159. - Added note in docs that SHARE.EXE *must* be loaded.
  160.  
  161.  
  162. Version 1.2 released on 1/3/94
  163. ------------------------------
  164. - Added Wildcard Support (* and ?)
  165.  
  166.  
  167. Version 1.1 released on 1/2/94
  168. ------------------------------
  169. - Fixed batch time routine (old code sneaked in somehow).
  170. - Fixed routine for SINGLE node systems (multi-node worked fine)
  171.  
  172.  
  173. Version 1.0 released on 1/1/94
  174. ------------------------------
  175. - First public release.